home *** CD-ROM | disk | FTP | other *** search
- /* @(#) $Header: hpux.h,v 1.9 91/06/01 22:18:09 deyke Exp $ */
-
- #ifndef _HPUX_H
- #define _HPUX_H
-
- #ifndef _GLOBAL_H
- #include "global.h"
- #endif
-
- /* In hpux.c: */
- void ioinit __ARGS((void));
- void iostop __ARGS((void));
- int system __ARGS((const char *cmdline));
- int _system __ARGS((char *cmdline));
- int doshell __ARGS((int argc, char *argv [], void *p));
- void on_read __ARGS((int fd, void (*fnc)(void *), void *arg));
- void off_read __ARGS((int fd));
- void on_write __ARGS((int fd, void (*fnc)(void *), void *arg));
- void off_write __ARGS((int fd));
- void on_excp __ARGS((int fd, void (*fnc)(void *), void *arg));
- void off_excp __ARGS((int fd));
- void eihalt __ARGS((void));
-
- #endif /* _HPUX_H */
-